home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Utilities / Amnesty Singles 1.1.dmg / Amnesty Singles.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-08-28  |  1KB  |  44 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>wdgt</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>Widget</string>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Viewer</string>
  18.             <key>LSTypeIsPackage</key>
  19.             <true/>
  20.         </dict>
  21.     </array>
  22.     <key>CFBundleExecutable</key>
  23.     <string>Amnesty Singles</string>
  24.     <key>CFBundleIconFile</key>
  25.     <string>AmnestySingles.icns</string>
  26.     <key>CFBundleIdentifier</key>
  27.     <string>com.mesadynamics.AmnestySingles</string>
  28.     <key>CFBundleInfoDictionaryVersion</key>
  29.     <string>6.0</string>
  30.     <key>CFBundlePackageType</key>
  31.     <string>APPL</string>
  32.     <key>CFBundleSignature</key>
  33.     <string>mDaS</string>
  34.     <key>CFBundleVersion</key>
  35.     <string>1.1</string>
  36.     <key>LSMinimumSystemVersion</key>
  37.     <string>10.3.9</string>
  38.     <key>NSMainNibFile</key>
  39.     <string>MainMenu</string>
  40.     <key>NSPrincipalClass</key>
  41.     <string>NSApplication</string>
  42. </dict>
  43. </plist>
  44.